home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / wlo10.zip / README.TXT < prev    next >
Text File  |  1991-09-23  |  5KB  |  113 lines

  1.  
  2. Microsoft (R) Windows Libraries for OS/2 (WLO)
  3. Version 1.0
  4. Copyright (C) Microsoft Corp. 1990-1991.  All rights reserved.
  5.  
  6. Demonstration Applications
  7.  
  8.  
  9. INTRODUCTION
  10. ------------
  11. As a brief introduction to this technology, the WLO mapping-layer is
  12. comprised of a set of dynamic-link libraries (DLLs) which map Windows
  13. API calls to OS/2 API calls at run time.  This DLL layer operates
  14. like having Windows sitting on top of OS/2 PM and enabling relinked
  15. Windows applications to run side-by-side PM applications.  WLO is
  16. required for Windows applications to run on OS/2, in this manner.
  17.  
  18. This demonstration includes the Windows Accessories, or "applet" programs,
  19. which have been relinked to run with the Windows Libraries for OS/2 (WLO)
  20. version 1.0.  They are for demonstration purposes only and have not
  21. been officially tested or released, but are meant to show how well the
  22. WLO mapping layer technology works.  These accessory applets will be
  23. familiar to any Windows 3.0 user.
  24.  
  25. A major feature of WLO 1.0 is that the versions of these Windows
  26. accessory applets run binary compatible on either Windows 3.0 or
  27. OS/2, meaning the same .EXE files can be used on either platform.
  28. WLO operates on OS/2 versions 1.21, 1.3, and later.  The WLO DLLs plus
  29. all of the Windows applets occupy approximately 2.4 MB of hard disk
  30. space, after installation.
  31.  
  32. You will need to download the WLO10.ZIP file, which contains the WLO
  33. DLLs, a small setup program, and the Windows 3.0 accessory applets.
  34.  
  35.  
  36. IMPORTANT NOTES
  37. ---------------
  38. WLO 1.0 coexists with the official released version of WLO 0.9, only
  39. (1/26/91).  If you are running with a WLO version later than 0.9,
  40. than you will need to either 1) install the original WLO release 0.9
  41. DLLs, or 2) obtain a relinked version of your Windows application
  42. compatibile with WLO 1.0.
  43.  
  44. The version of the Windows 3.0 Accessory Applets distributed on
  45. Compuserve in May/91 were using an advanced version of WLO 0.9,
  46. i.e. not the release WLO 0.9 libraries.  Therefore, you will need
  47. to remove these applets from your OS/2 machine before installing
  48. the WLO 1.0 versions contained on this disk, in order to avoid
  49. experiencing any unexpected behavior.  Do this by first shutting
  50. down all running applets, removing any references to these applets
  51. in STARTUP.CMD, and rebooting the system to ensure that the WLO DLLs
  52. have been properly unlinked.  Next, delete the *_B.DLL files (WLO
  53. mapping layer, and the C:\OS2\DLL directory.  Finally, delete the
  54. Windows 0.9 applets from their directory.
  55.  
  56.  
  57. INSTALLATION
  58. ------------
  59. The following instructions explain how to install WLO on a
  60. hard disk and/or 3.5" 1.44 MB floppy.
  61.  
  62.  
  63.     Hard disk installation
  64.     ----------------------
  65.     Create a temporary directory on your hard disk.  Make sure you
  66.     have at least 1.5 MB free disk space.  Copy the .ZIP file into
  67.     that temporary directory.  Use PKUNZIP with the -d parameter
  68.     because the .ZIP file contains subdirectories.  The following
  69.     commands illustrate the steps to unzip the files:
  70.  
  71.         pkunzip -d wlo10.zip
  72.  
  73.     With all files unzipped, delete the *.ZIP files, and run setup,
  74.     as shown in the following example:
  75.  
  76.         setup c:\applets c:
  77.  
  78.     The first parameter to setup is the destination path to copy the
  79.     Windows applet programs to.  The second specifies the drive letter
  80.     from which you are running setup.  Adjust the hard disk drive letter
  81.     according to your individual scenario.
  82.  
  83.  
  84.     Floppy disk installation
  85.     ------------------------
  86.     Unzip the files to floppy disk to make it easier to install these
  87.     applets on different hard disks.
  88.  
  89.     Create a temporary directory on your hard disk.  Make sure you
  90.     have at least 1.5 MB free disk space.  Copy the .ZIP file into
  91.     your temporary directory.  Place a blank 3.5" 1.44 MB floppy disk
  92.     into A: or B:.  Use PKUNZIP with the -d parameter because the
  93.     .ZIP file contains subdirectories.  The following commands
  94.     illustrate the steps to unzip the files:
  95.  
  96.         pkunzip -d wlo10.zip a:
  97.  
  98.     Use setup in the same manner as in the hard disk installation,
  99.     but with the drive letter of the floppy drive.  First delete the
  100.     .ZIP file, then type the following:
  101.  
  102.         setup c:\applets a:
  103.  
  104.     The first parameter to setup is the destination path to copy the
  105.     Windows applet programs to.  The second specifies the drive letter
  106.     from which you are running setup.  Again, adjust the drive letters
  107.     according to your individual scenario.
  108.  
  109.  
  110. Be sure to read the README.TXT which will be copied to the destination
  111. directory where you install the applets.  It will contain any additional
  112. information you will need to know to use WLO.
  113.